type google.golang.org/protobuf/internal/impl.mapConverter

10 uses

	google.golang.org/protobuf/internal/impl (current package)
		codec_map.go#L24: 	conv       *mapConverter
		convert_map.go#L14: type mapConverter struct {
		convert_map.go#L19: func newMapConverter(t reflect.Type, fd protoreflect.FieldDescriptor) *mapConverter {
		convert_map.go#L23: 	return &mapConverter{
		convert_map.go#L30: func (c *mapConverter) PBValueOf(v reflect.Value) protoreflect.Value {
		convert_map.go#L37: func (c *mapConverter) GoValueOf(v protoreflect.Value) reflect.Value {
		convert_map.go#L41: func (c *mapConverter) IsValidPB(v protoreflect.Value) bool {
		convert_map.go#L49: func (c *mapConverter) IsValidGo(v reflect.Value) bool {
		convert_map.go#L53: func (c *mapConverter) New() protoreflect.Value {
		convert_map.go#L57: func (c *mapConverter) Zero() protoreflect.Value {